How to Install bioperl software package in Debian 9 (Stretch)

How to Install bioperl software package in Debian 9 (Stretch)

bioperl software package provides Perl tools for computational molecular biology, you can install in your Debian 9 (Stretch) by running the commands given below on the terminal,

$ sudo apt-get update
$ sudo apt-get install bioperl 

bioperl is installed in your system.

Make ensure the bioperl package were installed using the commands given below,

$ sudo dpkg-query -l | grep bioperl *

You will get with bioperl package name, version, architecture and description in a table

bioperl package basic information:

Distro Debian 9 stretch
Section Science
Package bioperl
Version 1.6.924-5
Description Perl tools for computational molecular biology
Sub Section Science


See Also, How to uninstall or remove bioperl software package from Debian 9 (Stretch)?